Setup

To include this plugin in your project, simply include the following in the plugin section of your pom.xml.

<plugin>
	<groupId>ca.mestevens.ios</groupId>
	<artifactId>xcode-maven-plugin</artifactId>
	<version>0.8.1</version>
	<extensions>true</extensions>
</plugin>
This will allow maven to grab the plugin from the maven central repository and will let you start using it right away!

Libraries

See the section on library usage for details.

Frameworks

See the section on framework usage for details.

iOS Application

See the section on iOS Application usage for details.